home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / browser.swf / scripts / DefineSprite_288 / frame_5 / DoAction.as
Text File  |  2009-04-28  |  4KB  |  80 lines

  1. stop();
  2. if(_global.var_destaque == "jogos")
  3. {
  4.    _root.secoes.descricoes.gotoAndStop(1);
  5.    _root.secoes.tipo.gotoAndStop("JOGAR");
  6.    _root.nome = "Mid Flight";
  7.    _root.secoes.descricoes.descricao.text = "Help Mac, Blue and Eduardo collect all the sweets that appear on the screen.";
  8.    _root.controle = "Mouse - Controls the character, Left-hand button: Jumps.";
  9.    _root.comando = "run.app";
  10.    _root.licenca = "Freeware";
  11.    _root.caminho = "\\Games\\mid_flight_.swf";
  12.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Games\\mid_flight_.swf";
  13.    loadMovie("interface\\imagens\\mid_flight_.jpg","_root.secoes.descricoes.destino");
  14. }
  15. if(_global.var_destaque == "lousinha magica")
  16. {
  17.    _root.secoes.descricoes.gotoAndStop(2);
  18.    _root.secoes.tipo.gotoAndStop("executar");
  19.    _root.nome = "Magic Blackboard TopGames KIDS";
  20.    _root.secoes.descricoes.descricao.text = "Free your mind and create your own pictures with this amazing digital magic blackboard, exclusively prepared for you";
  21.    _root.controle = "Mouse - brush control, Left button - tool selection";
  22.    _root.comando = "run.app";
  23.    _root.licenca = "Freeware";
  24.    _root.caminho = "\\Magic Blackboard\\TPK.exe";
  25.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Magic Blackboard\\TPK.exe";
  26.    loadMovie("interface\\imagens\\tpk.jpg","_root.secoes.descricoes.destino");
  27. }
  28. if(_global.var_destaque == "recorte e cole")
  29. {
  30.    _root.secoes.descricoes.gotoAndStop(2);
  31.    _root.secoes.tipo.gotoAndStop("abri");
  32.    _root.nome = "Hotrod";
  33.    _root.secoes.descricoes.descricao.text = "Print, cut out and try build this funny face.";
  34.    _root.controle = "-";
  35.    _root.comando = "shellopen";
  36.    _root.licenca = "Freeware";
  37.    _root.caminho = "\\Cut\\HOTROD.pdf";
  38.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut\\HOTROD.pdf";
  39.    loadMovie("interface\\imagens\\HOTROD.jpg","_root.secoes.descricoes.destino");
  40. }
  41. if(_global.var_destaque == "screensaver")
  42. {
  43.    _root.secoes.descricoes.gotoAndStop(2);
  44.    _root.secoes.tipo.gotoAndStop("instalavel");
  45.    _root.nome = "Scooby";
  46.    _root.secoes.descricoes.descricao.text = "Change your computer\'s screensaver";
  47.    _root.controle = "-";
  48.    _root.comando = "run.app";
  49.    _root.licenca = "Freeware";
  50.    _root.caminho = "\\Screensaver\\scooby.exe";
  51.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Screensaver\\JumpingSmiles.exe";
  52.    loadMovie("interface\\imagens\\screen.jpg","_root.secoes.descricoes.destino");
  53. }
  54. if(_global.var_destaque == "essenciais")
  55. {
  56.    _root.secoes.descricoes.gotoAndStop(2);
  57.    _root.secoes.tipo.gotoAndStop("LINK");
  58.    _root.nome = "DirectX 9";
  59.    _root.secoes.descricoes.descricao.text = "Download right now DirectX 9 latest version, a required software for many Windows games. It\'s necessary to be on internet to download it. File size: 80.3MB";
  60.    _root.controle = "-";
  61.    _root.comando = "LINK";
  62.    _root.licenca = "Freeware";
  63.    _root.caminho = "http://go.microsoft.com/fwlink/?linkid=56511&clcid=0x409";
  64.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%http://go.microsoft.com/fwlink/?linkid=56511&clcid=0x409";
  65.    loadMovie("interface\\imagens\\directx9.jpg","_root.secoes.descricoes.destino");
  66. }
  67. if(_global.var_destaque == "animacoes")
  68. {
  69.    _root.secoes.descricoes.gotoAndStop(2);
  70.    _root.secoes.tipo.gotoAndStop("video");
  71.    _root.nome = "Movies";
  72.    _root.secoes.descricoes.descricao.text = "Have fun with the most funny stories";
  73.    _root.controle = "-";
  74.    _root.comando = "run.app";
  75.    _root.licenca = "Freeware";
  76.    _root.caminho = "\\Animations\\Video_Player.exe";
  77.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Animations\\Video_Player.exe";
  78.    loadMovie("interface\\imagens\\animacoes.jpg","_root.secoes.descricoes.destino");
  79. }
  80.